3.1.90 \(\int \frac {1}{\sqrt {b x^2}} \, dx\)

Optimal. Leaf size=13 \[ \frac {x \log (x)}{\sqrt {b x^2}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 13, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.222, Rules used = {15, 29} \begin {gather*} \frac {x \log (x)}{\sqrt {b x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[b*x^2],x]

[Out]

(x*Log[x])/Sqrt[b*x^2]

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {b x^2}} \, dx &=\frac {x \int \frac {1}{x} \, dx}{\sqrt {b x^2}}\\ &=\frac {x \log (x)}{\sqrt {b x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 13, normalized size = 1.00 \begin {gather*} \frac {x \log (x)}{\sqrt {b x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[b*x^2],x]

[Out]

(x*Log[x])/Sqrt[b*x^2]

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.00, size = 18, normalized size = 1.38 \begin {gather*} \frac {\sqrt {b x^2} \log (x)}{b x} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[1/Sqrt[b*x^2],x]

[Out]

(Sqrt[b*x^2]*Log[x])/(b*x)

________________________________________________________________________________________

fricas [A]  time = 0.65, size = 16, normalized size = 1.23 \begin {gather*} \frac {\sqrt {b x^{2}} \log \relax (x)}{b x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^2)^(1/2),x, algorithm="fricas")

[Out]

sqrt(b*x^2)*log(x)/(b*x)

________________________________________________________________________________________

giac [A]  time = 0.20, size = 19, normalized size = 1.46 \begin {gather*} \frac {\log \left (\sqrt {{\left | b \right |}} {\left | x \right |} {\left | \mathrm {sgn}\relax (x) \right |}\right )}{\sqrt {b} \mathrm {sgn}\relax (x)} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^2)^(1/2),x, algorithm="giac")

[Out]

log(sqrt(abs(b))*abs(x)*abs(sgn(x)))/(sqrt(b)*sgn(x))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 12, normalized size = 0.92 \begin {gather*} \frac {x \ln \relax (x )}{\sqrt {b \,x^{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x^2)^(1/2),x)

[Out]

1/(b*x^2)^(1/2)*x*ln(x)

________________________________________________________________________________________

maxima [A]  time = 1.31, size = 6, normalized size = 0.46 \begin {gather*} \frac {\log \relax (x)}{\sqrt {b}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^2)^(1/2),x, algorithm="maxima")

[Out]

log(x)/sqrt(b)

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 10, normalized size = 0.77 \begin {gather*} \frac {\ln \left (b\,x\right )\,\mathrm {sign}\relax (x)}{\sqrt {b}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x^2)^(1/2),x)

[Out]

(log(b*x)*sign(x))/b^(1/2)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\sqrt {b x^{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x**2)**(1/2),x)

[Out]

Integral(1/sqrt(b*x**2), x)

________________________________________________________________________________________